func go/doc.firstSentenceLen

2 uses

	go/doc (current package)
		synopsis.go#L16: func firstSentenceLen(s string) int {
		synopsis.go#L69: 	s = clean(s[0:firstSentenceLen(s)], 0)